textview: fix duplicated binding entries. use kp variants instead.
authorChristian Hergert <christian@hergert.me>
Thu, 1 Jan 2015 07:27:55 +0000 (23:27 -0800)
committerChristian Hergert <christian@hergert.me>
Thu, 1 Jan 2015 07:27:55 +0000 (23:27 -0800)
commit21360a453c0b0c124b95de4a500c120432f214ca
tree04336d1ce28987fee648e6595becebb1b98ce6c5
parentbf3b0ea64160f9c711aaf3b6bc5deaa6d841c964
textview: fix duplicated binding entries. use kp variants instead.

This appears to have accidentally used the normal keypresses twice instead
of the KP variants. This resulted in shift+insert pasting twice.

https://bugzilla.gnome.org/show_bug.cgi?id=742170
gtk/gtktextview.c